- construct_properties
GSList* construct_properties;
Undocumented in source.
- constructed
void function(GObject*) constructed;
Undocumented in source.
- constructor
GObject* function(GType, guint, GObjectConstructParam*) constructor;
Undocumented in source.
- dispatch_properties_changed
void function(GObject*, guint, GParamSpec**) dispatch_properties_changed;
Undocumented in source.
- dispose
void function(GObject*) dispose;
Undocumented in source.
- finalize
void function(GObject*) finalize;
Undocumented in source.
- flags
gsize flags;
Undocumented in source.
- g_type_class
GTypeClass g_type_class;
Undocumented in source.
- get_property
void function(GObject*, guint, GValue*, GParamSpec*) get_property;
Undocumented in source.
- notify
void function(GObject*, GParamSpec*) notify;
Undocumented in source.
- pdummy
gpointer[6] pdummy;
Undocumented in source.
- set_property
void function(GObject*, guint, const(GValue)*, GParamSpec*) set_property;
Undocumented in source.